home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 5 / Gold Medal Software - Volume 5 (Gold Medal) (1995).iso / archive / carve12.arj / CARVE12.DOC < prev   
Text File  |  1994-11-13  |  4KB  |  103 lines

  1.     ========================================================================
  2.                                    
  3.                                    CARVE v1.2
  4.                              (c)1994 Graeme J Scott
  5.  
  6.     ========================================================================
  7.  
  8.  
  9. Disclaimer
  10. ----------
  11.  
  12. CARVE is distributed "as is". The author of this program makes no warranty,
  13. expressed or implied, as to the merchantability or fitness for a particular
  14. purpose, with respect to this software and documentation. The author will not
  15. be held liable for any damages arising from the (mis)use of this program.
  16.  
  17.  
  18. Distibution
  19. -----------
  20.  
  21. This program is freeware and may be freely distributed as long as :-
  22.  
  23. i)   The executable, CARVE.EXE, and documentation, CARVE12.DOC, are included
  24.      together in any archive. Do not distribute the program without this
  25.      documentation file, or vice versa.
  26.  
  27. ii)  No money is charged other than for copying and media costs, if there 
  28.      are any.
  29.  
  30. iii) No changes are made to either the program or this documentation file,
  31.      without the prior permission of the author.
  32.  
  33.  
  34. What is Carve?
  35. --------------
  36.  
  37. Carve is a simple little utility that will split a file into a specified number
  38. of 'chunks', and join them back together again. Maybe it's just me, but it
  39. seems a bit stupid that there is no split or join commands in MS-DOS (although
  40. there is a pseudo join command using COPY /b file1 + file2 + file3 + fileX
  41. outfile). I don't claim that Carve is the ultimate in splitting utilities (in
  42. fact I've never seen any others), but it's pretty fast, reliable, and includes
  43. a real-time progress monitor just so you don't get too bored while splitting
  44. HUUUUUUGE files.
  45.  
  46.  
  47. Using Carve
  48. -----------
  49.  
  50. Using it couldn't be easier. There is 2 modes of operation:-
  51.  
  52. To split:
  53.  
  54. CARVE /s <filename> <chunksize>
  55.  
  56. Where filename is the name of any file that you want to split (no wildcards).
  57. This file can be anything at all, text, exe, zip, whatever you like.
  58.  
  59. Chunksize is the size, in kilobytes, that you want each chunk to be. The lowest
  60. value is 1 and the largest is 999999, giving a range of 1Kb to almost 1Gb. The
  61. size must be specified as an integer (a 'whole' number). Also, remember that 
  62. 1Kb is actually 1024 bytes, not 1000!
  63.  
  64. The name of each split part of a file called DEMO.TXT, for example, will be
  65. named DEMO.001 for the 1st part, DEMO.002 for the 2nd part etc, etc. Obviously,
  66. since it's only the file extension that differs in the names of each part
  67. (i.e. 3 characters), you can only have a maximum of 999 parts.
  68.  
  69. To join:
  70.  
  71. CARVE /j <filename>
  72.  
  73. Where filename is the name of the file that you want to rebuild from the
  74. previously split chunks.
  75.  
  76. If, for example, you had previously split a file called TEXT.TXT into 3 chunks,
  77. you would type:
  78.  
  79. CARVE /j TEXT.TXT
  80.  
  81. to join the files TEXT.001, TEXT.002 and TEXT.003 to rebuild the file TEXT.TXT.
  82.  
  83.  
  84. Last words
  85. ----------
  86.  
  87. If you need to contact me for any reason, bug reports, comments etc. I can be
  88. e-mailed at:- graemes@festival.ed.ac.uk
  89.  
  90.  
  91. Keep an eye out for
  92. -------------------
  93.  
  94. Look out for HexManager v1.0 (hexman10.zip), an excellent hex editor available 
  95. to download by anonymous ftp from :-
  96.  
  97. src.doc.ic.ac.uk     /pub/computing/systems/ibmpc/simtel/binedit     (UK)
  98. oak.oakland.edu      /pub/binedit                                    (USA)
  99. garbo.uwasa.fi       /pc/demo                                        (Finland)
  100.  
  101.  
  102.     ==================================EOF===================================
  103.